Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / DestroyDrawingCache Method


In This Topic
    DestroyDrawingCache Method (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("destroyDrawingCache", 
       "()V", 
       "GetDestroyDrawingCacheHandler")>
    Public Overridable Sub DestroyDrawingCache() 
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
     
    instance.DestroyDrawingCache()
    [Android.Runtime.Register("destroyDrawingCache", 
       "()V", 
       "GetDestroyDrawingCacheHandler")]
    public virtual void DestroyDrawingCache()
    See Also